home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Encoding:
Text File  |  2004-01-13  |  3.3 KB  |  154 lines

  1. object RegForm: TRegForm
  2.   Left = 306
  3.   Top = 163
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registrace programu EMcalc'
  7.   ClientHeight = 255
  8.   ClientWidth = 308
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object RegistrovatButton: TButton
  22.     Left = 132
  23.     Top = 224
  24.     Width = 73
  25.     Height = 25
  26.     Caption = '&Registrovat'
  27.     Enabled = False
  28.     ModalResult = 1
  29.     TabOrder = 2
  30.     OnClick = RegistrovatButtonClick
  31.   end
  32.   object ZavritButton: TButton
  33.     Left = 224
  34.     Top = 224
  35.     Width = 73
  36.     Height = 25
  37.     Caption = '&Zav∩┐╜∩┐╜t'
  38.     ModalResult = 2
  39.     TabOrder = 3
  40.   end
  41.   object UzivatelGroupBox: TGroupBox
  42.     Left = 8
  43.     Top = 6
  44.     Width = 289
  45.     Height = 142
  46.     Caption = '&U∩┐╜ivatel '
  47.     TabOrder = 0
  48.     object JmenoLabel: TLabel
  49.       Left = 12
  50.       Top = 16
  51.       Width = 34
  52.       Height = 13
  53.       Caption = '&Jm∩┐╜no:'
  54.       FocusControl = JmenoEdit
  55.     end
  56.     object OrganizaceLabel: TLabel
  57.       Left = 12
  58.       Top = 56
  59.       Width = 57
  60.       Height = 13
  61.       Caption = '&Organizace:'
  62.       FocusControl = OrganizaceEdit
  63.     end
  64.     object AdresaLabel: TLabel
  65.       Left = 12
  66.       Top = 96
  67.       Width = 36
  68.       Height = 13
  69.       Caption = '&Adresa:'
  70.       FocusControl = AdresaEdit
  71.     end
  72.     object JmenoEdit: TEdit
  73.       Left = 12
  74.       Top = 32
  75.       Width = 265
  76.       Height = 21
  77.       HideSelection = False
  78.       TabOrder = 0
  79.       OnChange = SerioveCisloEditChange
  80.     end
  81.     object OrganizaceEdit: TEdit
  82.       Left = 12
  83.       Top = 72
  84.       Width = 266
  85.       Height = 21
  86.       HideSelection = False
  87.       TabOrder = 1
  88.       OnChange = SerioveCisloEditChange
  89.     end
  90.     object AdresaEdit: TEdit
  91.       Left = 12
  92.       Top = 112
  93.       Width = 266
  94.       Height = 21
  95.       HideSelection = False
  96.       TabOrder = 2
  97.       OnChange = SerioveCisloEditChange
  98.     end
  99.   end
  100.   object RegistracniUdajeGroupBox: TGroupBox
  101.     Left = 8
  102.     Top = 150
  103.     Width = 289
  104.     Height = 65
  105.     Caption = '&Registra∩┐╜n∩┐╜ ∩┐╜daje '
  106.     TabOrder = 1
  107.     object SerioveCisloLabel: TLabel
  108.       Left = 12
  109.       Top = 16
  110.       Width = 64
  111.       Height = 13
  112.       Caption = '&S∩┐╜riov∩┐╜ ∩┐╜∩┐╜slo:'
  113.       FocusControl = SerioveCisloEdit
  114.     end
  115.     object AutentizacniKodLabel: TLabel
  116.       Left = 124
  117.       Top = 16
  118.       Width = 83
  119.       Height = 13
  120.       Caption = '&Autentiza∩┐╜n∩┐╜ k∩┐╜d:'
  121.       FocusControl = AutentizacniKodEdit
  122.     end
  123.     object SerioveCisloEdit: TEdit
  124.       Left = 12
  125.       Top = 32
  126.       Width = 101
  127.       Height = 21
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = [fsBold]
  133.       MaxLength = 10
  134.       ParentFont = False
  135.       TabOrder = 0
  136.       OnChange = SerioveCisloEditChange
  137.     end
  138.     object AutentizacniKodEdit: TEdit
  139.       Left = 124
  140.       Top = 32
  141.       Width = 153
  142.       Height = 21
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clWindowText
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = [fsBold]
  148.       ParentFont = False
  149.       TabOrder = 1
  150.       OnChange = SerioveCisloEditChange
  151.     end
  152.   end
  153. end
  154.